home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / DeveloperLabs / Lab3 / TextView.h < prev    next >
Text File  |  1995-06-12  |  199b  |  16 lines

  1.  
  2. #import <appkit/View.h>
  3. #import <appkit/Text.h>
  4.  
  5. @interface TextView:View 
  6. {
  7.     id    theText;
  8. }
  9.  
  10. +newFrame:(const NXRect*)tF;
  11. -newText:(const NXRect *)tF;
  12. -makeEnclosingWindow:(const NXRect *)r;
  13. @end
  14.  
  15.  
  16.